home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Psychodelic < prev    next >
Text File  |  1999-10-24  |  1KB  |  56 lines

  1. // Psychodelic  by Dr. Lex   (1999-10-21)
  2. //      =       dr.lex@cryogen.com
  3. //      |       http://cryogen.com/dr.lex
  4.         |
  5.         -->(not a typo)
  6.  
  7. Resn=10,
  8.  
  9. Durn="1.6",
  10.  
  11. CamX="0",
  12. CamY="0",
  13. CamZ="-80",
  14.  
  15. CmLX="0",
  16. CmLY="0",
  17. CmLZ="0",
  18.  
  19. CUpX="sin( cos( .5 * t ) )",
  20. CUpY="cos( cos( .5 * t ) )",
  21. CUpZ="0",
  22.  
  23.  
  24. widt=240,heig=240,
  25.  
  26. ConL=0,ConB=0,
  27.  
  28. Fall="1",
  29.  
  30. A0="rnd(18.850)",
  31. C0="1 - dt^2",
  32. C1="1 - dt^6",
  33. D0="s * 6.283185",
  34. D1="1 - c1 * clip( .8 * mag( s ) )",
  35.  
  36. R="( .5 + .5 * cos( 18.850 * s + a0 ) ) * c0",
  37. G="( .5 + .5 * sin( 12.566 * s ) ) * c0",
  38. B="( .5 + .5 * sin( 12.566 * s + t ) ) * d1",
  39.  
  40.  
  41. X="50 * d1 * cos( d0 )",
  42. Y="50 * d1 * sin( d0 )",
  43. Z="0",
  44.  
  45. LWdt="14 * ( 1 - dt^3 ) + 1", // I first wanted to use LWdt="d1 * 12 + 1", but because LWdt is only evaluated once before each "s" loop, this didn't work... Luckily I found this alternative, I think it looks even cooler. However, it would be nice if we could use s and mag( s ) for LWdt, wouldn't it?
  46.  
  47. Blrs=1,BlrB=4, // if your Mac is slow, you may want to turn this off (put // before this line)…
  48.  
  49.  
  50. Scal="400",
  51. ScSz=1,
  52.  
  53. Pers="150",
  54.  
  55.  
  56. Vers=30